home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / DBaldwin / htmllite.exe / delphi4 / dclLVw4.dpk < prev    next >
Encoding:
Delphi Package  |  2000-10-27  |  846 b   |  44 lines

  1. package dclLVw4;
  2.  
  3. {$R *.RES}
  4. {$ALIGN ON}
  5. {$ASSERTIONS ON}
  6. {$BOOLEVAL OFF}
  7. {$DEBUGINFO OFF}
  8. {$EXTENDEDSYNTAX ON}
  9. {$IMPORTEDDATA ON}
  10. {$IOCHECKS ON}
  11. {$LOCALSYMBOLS OFF}
  12. {$LONGSTRINGS ON}
  13. {$OPENSTRINGS ON}
  14. {$OPTIMIZATION ON}
  15. {$OVERFLOWCHECKS OFF}
  16. {$RANGECHECKS OFF}
  17. {$REFERENCEINFO OFF}
  18. {$SAFEDIVIDE OFF}
  19. {$STACKFRAMES OFF}
  20. {$TYPEDADDRESS OFF}
  21. {$VARSTRINGCHECKS ON}
  22. {$WRITEABLECONST ON}
  23. {$MINENUMSIZE 1}
  24. {$IMAGEBASE $00400000}
  25. {$DESCRIPTION 'ThtmlViewer, TFrameViewer, and TFrameBrowser'}
  26. {$DESIGNONLY}
  27. {$IMPLICITBUILD OFF}
  28.  
  29. requires
  30.   vcl40,
  31.   VCLJPG40;
  32.  
  33. contains
  34.   LiteUn2 in 'LiteUn2.pas',
  35.   LitePars in 'LitePars.pas',
  36.   LiteSbs1 in 'LiteSbs1.pas',
  37.   LiteSubs in 'LiteSubs.pas',
  38.   LiteGif in 'LiteGif.pas',
  39.   HTMLLite in 'HTMLLite.pas',
  40.   LiteCEdt in 'LiteCEdt.pas',
  41.   LiteDith in 'LiteDith.pas';
  42.  
  43. end.
  44.